lcExpGetVertex Home

Retrieves a vertex coordinates of a polyline selected by lcExpGetPline function.
First call of the function retrieves first vertex, next call - next vertex and so on until end vertex.

 BOOL lcExpGetVertex (
   double* pX,
   double* pY
 );

Parameters
pX pY
  Pointers to variables that will receive point's coordinates.

Return Value

  FALSE if no more vertices remains.

See Also

  lcExpEntity,   lcExpGetPline
Retrieve vertices of a circle
Retrieve vertices of a text
Retrieve vertices of barcode outlines and hatch lines
Retrieve vertices and lines of filled text